runtime.mOS.vgetrandomState (field)
6 uses
runtime (current package)
os_linux.go#L38: vgetrandomState uintptr
vgetrandom_linux.go#L82: if mp.vgetrandomState == 0 {
vgetrandom_linux.go#L87: vgetrandomAlloc.states = append(vgetrandomAlloc.states, mp.vgetrandomState)
vgetrandom_linux.go#L118: if mp.vgetrandomState == 0 {
vgetrandom_linux.go#L125: mp.vgetrandomState = state
vgetrandom_linux.go#L127: return vgetrandom1(unsafe.SliceData(p), uintptr(len(p)), flags, mp.vgetrandomState, vgetrandomAlloc.stateSize), true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |